Responder Developer Guide
DataSelectionEventArgs Constructor(Object,String,DataRow[])


Version: 10.2.1a

Resource Center Home

Creates an instance of the event arguments for a command event.
Syntax
'Declaration
 
Public Function New( _
   ByVal objWithFocus As Object, _
   ByVal tableName As String, _
   ByVal dataRows() As DataRow _
)
'Usage
 
Dim objWithFocus As Object
Dim tableName As String
Dim dataRows() As DataRow
 
Dim instance As New DataSelectionEventArgs(objWithFocus, tableName, dataRows)
public DataSelectionEventArgs( 
   object objWithFocus,
   string tableName,
   DataRow[] dataRows
)

Parameters

objWithFocus
tableName
dataRows
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSelectionEventArgs Class
DataSelectionEventArgs Members
Overload List

 

 


Send Comment